home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / orinf / mar96 / feuef110.gif < prev    next >
Graphics Interchange Format  |  1996-11-16  |  57KB  |  358x284  |  8-bit (149 colors)
Labels: text | screenshot | font | number | parallel | line
OCR: One Exception and Done Exception MovesProcessing to Next Statement BEGIN BEGIN DELETE DELETE FROM table1; FROM table1; EXCEPTION DELETE WHEN OTHERS THEN NULL; FROM table2; END; EXCEPTION BEGIN END: DELETE FROM table2; EXCEPTION WHEN OTHERS THEN NULL ; END; Figure 10: Two approaches to sequential DELETE statements.